home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / riscos.h < prev    next >
C/C++ Source or Header  |  1993-06-28  |  539b  |  18 lines

  1. /* RISC/os 4.52C, and presumably other versions.  */
  2.  
  3. #include "hosts/std-host.h"
  4.  
  5. #include <bsd43/machine/machparam.h>
  6. #include <bsd43/machine/vmparam.h>
  7.  
  8. #define NBPG BSD43_NBPG
  9. #define UPAGES BSD43_UPAGES
  10. #define HOST_TEXT_START_ADDR BSD43_USRTEXT
  11. #define HOST_DATA_START_ADDR BSD43_USRDATA
  12. #define HOST_STACK_END_ADDR BSD43_USRSTACK
  13.  
  14. /* This is just needed for a.out formats where the executable does not
  15.    identify the architecture.  I'm not sure whether RISC/os is such a case
  16.    or not.  */
  17. #define HOST_MACHINE_ARCH bfd_arch_mips
  18.